virtual memory address

英 [ˈvɜːtʃuəl ˈmeməri əˈdres] 美 [ˈvɜːrtʃuəl ˈmeməri əˈdres]

网络  虚拟内存地址概念; 虚拟地址; 虚拟内存地址; 虚拟存储地址

计算机



双语例句

  1. The first page of virtual memory in the kernel address space can be accessed by kernel code, but is marked as read-only.
    内核地址空间中的第一页虚拟内存可通过内核代码访问,但是被标记为只读。
  2. I discuss how AIX uses virtual memory to address more memory than is physically on your system.
    我将介绍AIX如何使用虚拟内存来寻址比系统中物理内存更大的内存。
  3. Finally, the scripts modify the configuration file of the new virtual machine with the amount of memory, number of CPUs, and the MAC address that are specified on the command line.
    最后,这些脚本将修改新的虚拟机的配置文件,包括内存总量、CPU的数量,以及命令行中指定的MAC地址。
  4. This mechanism is often referred to as virtual memory and virtual address spaces.
    该机制通常称为虚拟内存和虚拟地址空间。
  5. Virtual memory address translation
    虚拟存储器地址转换
  6. A mode where virtual addresses are not transformed through a memory map; for example, the virtual address is used as an actual address.
    一种地址转换方式,其中虚拟地址不通过存储映象进行转换,例如将虚拟地址作为实际地址使用。
  7. Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified.
    当基址不为区域基址且已指定0的区域大小时,无法释放虚拟内存。
  8. Expound the mechanism of access memory, tell protected virtual address mode from real address mode, and relation in conversion each other. Explain the method of access memory under real address mode.
    阐述内存的访问机制、保护方式与实地址方式的差别,以及它们之间转换时的连代关系,说明实地址方式下访问可达4GB内存空间的方法。
  9. Memory management is one of LINUX's important contents. Virtual memory technology can not only let us able to use more memory, but also offer enormous area of searching address, the memory reflection and fair assignment of physical memory.
    存储管理是LINUX重要内容之一,虚拟内存技术不仅可以提供更多的内存,还提供巨大的寻址空间、内存映射、公平的物理内存分配等。
  10. The development of multi-tasking application and architecture improvement introduce the need of virtual memory management in embedded processors. Virtual memory management is implemented through a hardware memory management unit ( MMU) that supports address translation and protection on the fly.
    随着体系结构的不断发展和多任务嵌入式系统的开发,嵌入式处理器需要提供虚拟内存管理的支持,虚拟内存管理是通过内存管理单元硬件实现在系统运行时的地址转换和地址空间保护。
  11. Windows operating system using paged virtual memory management technology. The translation from virtual address to physical address is realized by establishing page mapping from virtual address space to physical address space.
    Windows操作系统采用请求分页的虚拟存储管理技术,通过在虚拟地址空间的页与物理地址空间的页之间建立映射,实现虚拟地址到物理地址的变换。